From: Jan Beulich Date: Fri, 7 Aug 2020 15:07:56 +0000 (+0200) Subject: update Xen version to 4.14.1-pre X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~33^2~79 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=f836759a7bbf095dc5b1f31a069296bcfd694b82;p=xen.git update Xen version to 4.14.1-pre --- diff --git a/xen/Makefile b/xen/Makefile index 4a45e716a8..110ea0f1a8 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 14 -export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version